[INFO] cloning repository https://github.com/hank-der-hafenarbeiter/imperative-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hank-der-hafenarbeiter/imperative-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhank-der-hafenarbeiter%2Fimperative-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhank-der-hafenarbeiter%2Fimperative-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e809b597d733fd2764cb572a05377dbf9bbb12a
[INFO] building hank-der-hafenarbeiter/imperative-rs against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhank-der-hafenarbeiter%2Fimperative-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hank-der-hafenarbeiter/imperative-rs
[INFO] finished tweaking git repo https://github.com/hank-der-hafenarbeiter/imperative-rs
[INFO] tweaked toml for git repo https://github.com/hank-der-hafenarbeiter/imperative-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hank-der-hafenarbeiter/imperative-rs on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 84 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.2)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.117)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe362459a4d4bd479ea93c7ab92e91085e92e6e0b52b73c40519f2c551a2fd00
[INFO] running `Command { std: "docker" "start" "-a" "fe362459a4d4bd479ea93c7ab92e91085e92e6e0b52b73c40519f2c551a2fd00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe362459a4d4bd479ea93c7ab92e91085e92e6e0b52b73c40519f2c551a2fd00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe362459a4d4bd479ea93c7ab92e91085e92e6e0b52b73c40519f2c551a2fd00", kill_on_drop: false }`
[INFO] [stdout] fe362459a4d4bd479ea93c7ab92e91085e92e6e0b52b73c40519f2c551a2fd00
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f28e64d75205bdffb2b28c9d3ab7d585cfa4d2cbf4933077ddae204e3f6beb3
[INFO] running `Command { std: "docker" "start" "-a" "0f28e64d75205bdffb2b28c9d3ab7d585cfa4d2cbf4933077ddae204e3f6beb3", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling imperative-rs-derive v0.3.1
[INFO] [stderr]    Compiling imperative-rs-derive v0.3.1 (/opt/rustwide/workdir/imperative-derive)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> imperative-derive/src/instruction.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |           panic!(format!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 86 | |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 | |             ty
[INFO] [stdout] 88 | |         ));
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 85 ~         panic!(
[INFO] [stdout] 86 |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 |             ty
[INFO] [stdout] 88 ~         );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling imperative-rs v0.3.1
[INFO] [stderr]    Compiling imperative-rs v0.3.1 (/opt/rustwide/workdir/imperative)
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling imperative-bench v0.1.0 (/opt/rustwide/workdir/imperative-bench)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.35s
[INFO] running `Command { std: "docker" "inspect" "0f28e64d75205bdffb2b28c9d3ab7d585cfa4d2cbf4933077ddae204e3f6beb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f28e64d75205bdffb2b28c9d3ab7d585cfa4d2cbf4933077ddae204e3f6beb3", kill_on_drop: false }`
[INFO] [stdout] 0f28e64d75205bdffb2b28c9d3ab7d585cfa4d2cbf4933077ddae204e3f6beb3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b31006555c787bde1be7e8a925dbf9fef5d6fbe9f25c880e6cc9f6f6cdc63a18
[INFO] running `Command { std: "docker" "start" "-a" "b31006555c787bde1be7e8a925dbf9fef5d6fbe9f25c880e6cc9f6f6cdc63a18", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling imperative-rs-derive v0.3.1 (/opt/rustwide/workdir/imperative-derive)
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling imperative-bench v0.1.0 (/opt/rustwide/workdir/imperative-bench)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> imperative-derive/src/instruction.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |           panic!(format!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 86 | |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 | |             ty
[INFO] [stdout] 88 | |         ));
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 85 ~         panic!(
[INFO] [stdout] 86 |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 |             ty
[INFO] [stdout] 88 ~         );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling imperative-rs v0.3.1 (/opt/rustwide/workdir/imperative)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> imperative-derive/src/instruction.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |           panic!(format!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 86 | |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 | |             ty
[INFO] [stdout] 88 | |         ));
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 85 ~         panic!(
[INFO] [stdout] 86 |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 |             ty
[INFO] [stdout] 88 ~         );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling trybuild v1.0.116
[INFO] [stderr]    Compiling imperative-tests v0.1.1 (/opt/rustwide/workdir/imperative-tests)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.22s
[INFO] running `Command { std: "docker" "inspect" "b31006555c787bde1be7e8a925dbf9fef5d6fbe9f25c880e6cc9f6f6cdc63a18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b31006555c787bde1be7e8a925dbf9fef5d6fbe9f25c880e6cc9f6f6cdc63a18", kill_on_drop: false }`
[INFO] [stdout] b31006555c787bde1be7e8a925dbf9fef5d6fbe9f25c880e6cc9f6f6cdc63a18
